The plot method for descript objects currently works for dichotomous response patterns, and produces the
xy-plot of the total score versus the proportion of correct responses for each item.
Usage
## S3 method for class 'descript':
plot(x, items = NULL, includeFirstLast = FALSE, xlab, ylab, \dots)
Arguments
x
an object inheriting from class descript.
items
a numeric vector indicating which items to plot.
includeFirstLast
logical; if TRUE the first and last total scores categories are included.